text/template/parse.Tree.vars (field)
11 uses
text/template/parse (current package)
parse.go#L31: vars []string // variables defined at the moment.
parse.go#L223: t.vars = []string{"$"}
parse.go#L236: t.vars = nil
parse.go#L472: t.vars = append(t.vars, v.val)
parse.go#L476: t.vars = append(t.vars, v.val)
parse.go#L525: defer t.popVars(len(t.vars))
parse.go#L817: t.vars = t.vars[:n]
parse.go#L824: for _, varName := range t.vars {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)